home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / the_structure_menu.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-09-09  |  2.7 KB  |  68 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta name="GENERATOR" content="amaya 6.2, see http://www.w3.org/Amaya/" />
  7.   <title>Structure Menu</title>
  8.   <style type="text/css">
  9.   </style>
  10.   <link href="../style.css" rel="stylesheet" type="text/css" />
  11. </head>
  12.  
  13. <body xml:lang="en" lang="en">
  14.  
  15. <table border="0" summary="toc">
  16.   <tbody>
  17.     <tr>
  18.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  19.         src="../../images/amaya.gif" /></td>
  20.       <td><p><a href="buttons_and_types_menu.html" accesskey="p"><img
  21.         alt="previous" src="../../images/left.gif" /></a> <a
  22.         href="../Creating.html" accesskey="t"><img alt="top"
  23.         src="../../images/up.gif" /></a> <a href="the_enter_key.html"
  24.         accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
  25.       </td>
  26.     </tr>
  27.   </tbody>
  28. </table>
  29.  
  30. <div id="page_body">
  31. <h1>Structure Menu</h1>
  32.  
  33. <p>The <strong>Types</strong> menu enables you to create only elements that
  34. are part of the document <code><BODY></code>. To create elements in the
  35. document <code>HEAD</code>, use the <strong>Structure</strong> menu from the
  36. Structure view. This menu works in the same way as the <strong>Types</strong>
  37. menu: put the cursor at the desired position and choose the element type from
  38. the <strong>Structure</strong> menu.</p>
  39.  
  40. <p>The <strong>Structure</strong> menu also enables you to create comments,
  41. using <strong>Comments</strong>. Comments are shown only in the Structure
  42. view, but they can be inserted at any position in the document.</p>
  43.  
  44. <h2>Generated elements</h2>
  45.  
  46. <p>Some HTML elements are constituted by several other elements of different
  47. types. For instance, a table usually contains a caption
  48. (<code>CAPTION</code>), several rows (<code>TR</code>), and several cells
  49. (<code>TD</code> or <code>TH</code>) in each row.</p>
  50.  
  51. <p>When Amaya creates such elements, it also creates their components. A
  52. table is created with a caption and a row containing a single cell. The
  53. insertion point is placed automatically in the first of these components. You
  54. can enter the content of that component immediately or later. You can move to
  55. the next (empty) component with the mouse or with the arrow keys.</p>
  56.  
  57. <h2>See Also</h2>
  58. <ul>
  59.   <li><a href="../editing_documents/creating_new_documents.html">Creating New
  60.     Documents</a></li>
  61.   <li><a href="buttons_and_types_menu.html">Buttons and Types Menu</a></li>
  62.   <li><a href="../HTML-elements/infoTypes.html">Information types in
  63.   HTML</a></li>
  64. </ul>
  65. </div>
  66. </body>
  67. </html>
  68.